package mat.simul;

/**
 * <p>Titre : </p>
 * <p>Description : </p>
 * <p>Copyright : Copyright (c) 2001</p>
 * <p>Société : </p>
 * @author non attribué
 * @version 1.0
 */

public interface ProcessPCF8574Event
{
  public byte doProcess(int function, byte octet);
}